Docs.rs
futures-ticker-0.0.3
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
futures-ticker 0.0.3
An asynchronous recurring time event
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
6
out of
6
items documented
0
out of
6
items with examples
Links
antifuchs/futures-ticker
4
4
0
crates.io
Dependencies
futures ^0.3.28
normal
futures-timer ^3.0.2
normal
proptest ^1.0.0
dev
smol ^1.2.5
dev
instant ^0.1.12
normal
Versions
0.0.3
0.0.2
0.0.1
Owners
futures-ticker - a Stream that delivers values in a regular interval
This is an implementation of the Ticker pattern on Rust futures, based on
futures-timer
.